home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: The Best of Public Domain / Best of Public Domain, The Nr.03 (19xx)(Garfield, Andi)(DE).zip / Best of Public Domain, The Nr.03 (19xx)(Garfield, Andi)(DE).adf / Icon_Utilities / BrushIcon / brushicon.doc < prev    next >
Text File  |  1989-01-01  |  3KB  |  68 lines

  1.  ****************************************************************************
  2.  Translated into english by Sten Linnarsson with respect to the original docs
  3.  ****************************************************************************
  4.  
  5.  
  6.  
  7.   ***************************************************************************
  8.   *                                                                         *
  9.   *    This program is in the public domain and may be freely copied if     *
  10.   *    the two following rules are not abused:                              *
  11.   *                                                                         *
  12.   *    (1)  It may not be sold for profit!                                  *
  13.   *                                                                         *
  14.   *    (2)  Copy the whole archive as it is and do not split files          *
  15.   *                                                                         *
  16.   *        ( It ensures that the program will always work, even on another  *
  17.   *          diskdrive )                                                    *
  18.   *                                                                         *
  19.   ***************************************************************************
  20.  
  21.  
  22.  
  23.                        Instructions for BrushIcon
  24.                        ==========================
  25.  
  26.  
  27.    BrushIcon is a program that translates DeluxePaint (ILBM) brush files
  28.    into icons. You can use any resolution, but 640x200 gives the correct
  29.    x/y aspect ratios. it important that the brush has only 2 bitplanes
  30.    (four colors) or it wont fit in the wbench-screen. It doesn't really
  31.    hurt to use more planes, but only the first 2 will be used.
  32.       To use brushicon you need a brushfile and an icon (.info) file. The
  33.    disfferent types of icons are:
  34.  
  35.  TOOL    : An executable program like Notepad, IconEd, AmigaBasic
  36.  DRAWER  : A directory, will open up a window containing more icons.
  37.  DISK    : A disk-icon (hard, floppy, ram)
  38.  GARBAGE : The trashcan
  39.  PROJECT : A file containing some sort of data. For example this doc file.
  40.  
  41.    All icons except PROJECT are supplied, because PROJECTs contain
  42.    information about the program that created it. Use an existing icon
  43.    instead and modify it afterwards. (Like your basic icons which are
  44.    extremely ugly)
  45.  
  46.    You can only run this program from CLI:
  47.  
  48.  BrushIcon <Brush> <Icon> <Name>
  49.  
  50.  
  51.  Brush : ...is a brush is a brush is a... (Your DPaint file)
  52.  Icon  : The name of your icon without ".info"
  53.  Namn  : The name you want on the final icon.
  54.  
  55.    For example:
  56.  
  57.  BrushIcon Graphics:Brush/Meteor TOOL Gamedisk:SuperMeteor
  58.  
  59.    ...to modify the standard TOOL.info using Meteor, into the icon
  60.    SuperMeteor
  61.  
  62.                      Programmer:          Translator:
  63.    Have fun!            Leif Brandt             Sten Linnarsson
  64.                         Truedstorp Norra 42     Vintertullstorget 20
  65.                         S-260 51 EKEBY          S-116 43 Stockholm
  66.                         SWEDEN                  SWEDEN
  67.  
  68.